home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_NETWORK / TDLG_NETWORK.txt
Text File  |  2002-07-04  |  15KB  |  608 lines

  1. object Dlg_network: TDlg_network
  2.   Left = 263
  3.   Top = 207
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preference'
  6.   ClientHeight = 367
  7.   ClientWidth = 403
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 385
  24.     Height = 321
  25.     ActivePage = TSgeneral
  26.     TabOrder = 0
  27.     object TSgeneral: TTabSheet
  28.       Caption = 'General'
  29.       object GBstart: TGroupBox
  30.         Left = 14
  31.         Top = 16
  32.         Width = 345
  33.         Height = 97
  34.         Caption = 'Start up'
  35.         TabOrder = 0
  36.         object CBcheckmailer: TCheckBox
  37.           Left = 16
  38.           Top = 24
  39.           Width = 289
  40.           Height = 17
  41.           Caption = '&Check whether Foxmail is default mailer'
  42.           Checked = True
  43.           State = cbChecked
  44.           TabOrder = 0
  45.         end
  46.         object CBautomin: TCheckBox
  47.           Left = 36
  48.           Top = 72
  49.           Width = 269
  50.           Height = 17
  51.           Caption = '&Minimized as a TrayIcon when auto run'
  52.           Checked = True
  53.           State = cbChecked
  54.           TabOrder = 1
  55.           OnClick = CBautominClick
  56.         end
  57.         object CBautorun: TCheckBox
  58.           Left = 16
  59.           Top = 48
  60.           Width = 289
  61.           Height = 17
  62.           Caption = '&Auto run when system start up'
  63.           TabOrder = 2
  64.           OnClick = CBautorunClick
  65.         end
  66.       end
  67.       object CHK_CheckSendbox: TCheckBox
  68.         Left = 14
  69.         Top = 124
  70.         Width = 313
  71.         Height = 17
  72.         Caption = 'Check &unsent mails in Sendbox before exit'
  73.         TabOrder = 1
  74.       end
  75.       object CHK_EmptyTrashbox: TCheckBox
  76.         Left = 14
  77.         Top = 146
  78.         Width = 313
  79.         Height = 17
  80.         Caption = '&Empty Trashbox before exit'
  81.         TabOrder = 2
  82.       end
  83.       object CHK_ShowProgress: TCheckBox
  84.         Left = 14
  85.         Top = 168
  86.         Width = 313
  87.         Height = 17
  88.         Caption = '&Show progress dialog while Auto-checking new mails'
  89.         TabOrder = 3
  90.       end
  91.     end
  92.     object TSnet: TTabSheet
  93.       Caption = 'Connection'
  94.       object RBlan: TRadioButton
  95.         Left = 17
  96.         Top = 16
  97.         Width = 249
  98.         Height = 17
  99.         Caption = '&LAN or dedicated line'
  100.         TabOrder = 0
  101.       end
  102.       object RBmanual: TRadioButton
  103.         Left = 17
  104.         Top = 40
  105.         Width = 249
  106.         Height = 17
  107.         Caption = '&Manual connection'
  108.         TabOrder = 1
  109.       end
  110.       object RBdial: TRadioButton
  111.         Left = 17
  112.         Top = 64
  113.         Width = 249
  114.         Height = 17
  115.         Caption = '&Dial up networking'
  116.         TabOrder = 2
  117.       end
  118.       object GroupBox1: TGroupBox
  119.         Left = 33
  120.         Top = 88
  121.         Width = 313
  122.         Height = 129
  123.         Caption = 'Dial &up network settings'
  124.         TabOrder = 3
  125.         object Label1: TLabel
  126.           Left = 16
  127.           Top = 24
  128.           Width = 57
  129.           Height = 13
  130.           Caption = '&Connection:'
  131.           FocusControl = CBconnection
  132.         end
  133.         object CBconnection: TComboBox
  134.           Left = 112
  135.           Top = 22
  136.           Width = 161
  137.           Height = 22
  138.           Style = csOwnerDrawFixed
  139.           ItemHeight = 16
  140.           TabOrder = 0
  141.           OnDrawItem = CBconnectionDrawItem
  142.         end
  143.         object CBautodisconnect: TCheckBox
  144.           Left = 16
  145.           Top = 80
  146.           Width = 265
  147.           Height = 17
  148.           Caption = '&Auto disconnect after mail transmission'
  149.           TabOrder = 3
  150.         end
  151.         object CBuseexisting: TCheckBox
  152.           Left = 16
  153.           Top = 104
  154.           Width = 265
  155.           Height = 17
  156.           Caption = '&Use any existing connected dial up connection'
  157.           TabOrder = 4
  158.         end
  159.         object BtnDUNProp: TButton
  160.           Left = 112
  161.           Top = 52
  162.           Width = 75
  163.           Height = 22
  164.           Caption = '&Property...'
  165.           TabOrder = 1
  166.           OnClick = BtnDUNPropClick
  167.         end
  168.         object BtnNewDUN: TButton
  169.           Left = 200
  170.           Top = 52
  171.           Width = 75
  172.           Height = 22
  173.           Caption = '&New...'
  174.           TabOrder = 2
  175.           OnClick = BtnNewDUNClick
  176.         end
  177.       end
  178.       object CBtimeout: TCheckBox
  179.         Left = 17
  180.         Top = 242
  181.         Width = 249
  182.         Height = 17
  183.         Caption = 'Network &time out (seconds):'
  184.         TabOrder = 4
  185.       end
  186.       object E_nettime: TEdit
  187.         Left = 297
  188.         Top = 240
  189.         Width = 49
  190.         Height = 21
  191.         TabOrder = 5
  192.       end
  193.     end
  194.     object TS_Proxy: TTabSheet
  195.       Caption = 'Proxy'
  196.       ImageIndex = 4
  197.       object gbEmailProxy: TGroupBox
  198.         Left = 11
  199.         Top = 16
  200.         Width = 353
  201.         Height = 105
  202.         TabOrder = 1
  203.         object lblEmailProxyType: TLabel
  204.           Left = 34
  205.           Top = 26
  206.           Width = 30
  207.           Height = 13
  208.           Alignment = taRightJustify
  209.           Caption = '&Type :'
  210.           FocusControl = cbEmailProxyType
  211.         end
  212.         object lblEmailProxyServer: TLabel
  213.           Left = 27
  214.           Top = 52
  215.           Width = 37
  216.           Height = 13
  217.           Alignment = taRightJustify
  218.           Caption = '&Server :'
  219.           FocusControl = E_EmailProxyServer
  220.         end
  221.         object lblEmailProxyUserID: TLabel
  222.           Left = 22
  223.           Top = 78
  224.           Width = 42
  225.           Height = 13
  226.           Alignment = taRightJustify
  227.           Caption = '&User ID :'
  228.           FocusControl = E_EmailProxyUserID
  229.         end
  230.         object lblEmailProxyPort: TLabel
  231.           Left = 215
  232.           Top = 52
  233.           Width = 25
  234.           Height = 13
  235.           Alignment = taRightJustify
  236.           Caption = '&Port :'
  237.           FocusControl = E_EmailProxyPort
  238.         end
  239.         object lblEmailProxyPassword: TLabel
  240.           Left = 188
  241.           Top = 80
  242.           Width = 52
  243.           Height = 13
  244.           Alignment = taRightJustify
  245.           Caption = 'Pass&word :'
  246.           FocusControl = E_EmailProxyPassword
  247.         end
  248.         object cbEmailProxyType: TComboBox
  249.           Left = 72
  250.           Top = 22
  251.           Width = 105
  252.           Height = 21
  253.           Style = csDropDownList
  254.           ItemHeight = 13
  255.           TabOrder = 0
  256.           OnChange = cbEmailProxyTypeChange
  257.           Items.Strings = (
  258.             'SOCKS 4'
  259.             'SOCKS 5')
  260.         end
  261.         object E_EmailProxyServer: TEdit
  262.           Left = 72
  263.           Top = 48
  264.           Width = 105
  265.           Height = 21
  266.           TabOrder = 1
  267.         end
  268.         object E_EmailProxyUserID: TEdit
  269.           Left = 72
  270.           Top = 74
  271.           Width = 105
  272.           Height = 21
  273.           TabOrder = 3
  274.         end
  275.         object E_EmailProxyPort: TNumberEdit
  276.           Left = 248
  277.           Top = 48
  278.           Width = 89
  279.           Height = 21
  280.           TabOrder = 2
  281.           Text = '0'
  282.           Value = 0
  283.         end
  284.         object E_EmailProxyPassword: TEdit
  285.           Left = 248
  286.           Top = 74
  287.           Width = 89
  288.           Height = 21
  289.           PasswordChar = '*'
  290.           TabOrder = 4
  291.         end
  292.       end
  293.       object cbEmailProxy: TCheckBox
  294.         Left = 16
  295.         Top = 14
  296.         Width = 161
  297.         Height = 17
  298.         Caption = '&Email Proxy Server'
  299.         TabOrder = 0
  300.         OnClick = cbEmailProxyClick
  301.       end
  302.       object gbSMSProxy: TGroupBox
  303.         Left = 11
  304.         Top = 144
  305.         Width = 353
  306.         Height = 105
  307.         TabOrder = 3
  308.         object lblSmsProxyType: TLabel
  309.           Left = 34
  310.           Top = 26
  311.           Width = 30
  312.           Height = 13
  313.           Alignment = taRightJustify
  314.           Caption = 'T&ype :'
  315.           FocusControl = cbSmsProxyType
  316.         end
  317.         object lblSmsProxyServer: TLabel
  318.           Left = 27
  319.           Top = 52
  320.           Width = 37
  321.           Height = 13
  322.           Alignment = taRightJustify
  323.           Caption = 'Ser&ver :'
  324.           FocusControl = E_SmsProxyServer
  325.         end
  326.         object lblSmsProxyUserID: TLabel
  327.           Left = 22
  328.           Top = 78
  329.           Width = 42
  330.           Height = 13
  331.           Alignment = taRightJustify
  332.           Caption = 'User &ID :'
  333.           FocusControl = E_SmsProxyUserID
  334.         end
  335.         object lblSmsProxyPort: TLabel
  336.           Left = 215
  337.           Top = 52
  338.           Width = 25
  339.           Height = 13
  340.           Alignment = taRightJustify
  341.           Caption = 'P&ort :'
  342.           FocusControl = E_SmsProxyPort
  343.         end
  344.         object lblSmsProxyPassword: TLabel
  345.           Left = 188
  346.           Top = 80
  347.           Width = 52
  348.           Height = 13
  349.           Alignment = taRightJustify
  350.           Caption = 'Passwor&d :'
  351.           FocusControl = E_SmsProxyPassword
  352.         end
  353.         object cbSmsProxyType: TComboBox
  354.           Left = 72
  355.           Top = 22
  356.           Width = 105
  357.           Height = 21
  358.           Style = csDropDownList
  359.           ItemHeight = 13
  360.           TabOrder = 0
  361.           OnChange = cbSmsProxyTypeChange
  362.           Items.Strings = (
  363.             'HTTP Proxy'
  364.             'SOCKS 4'
  365.             'SOCKS 5')
  366.         end
  367.         object E_SmsProxyServer: TEdit
  368.           Left = 72
  369.           Top = 48
  370.           Width = 105
  371.           Height = 21
  372.           TabOrder = 1
  373.         end
  374.         object E_SmsProxyUserID: TEdit
  375.           Left = 72
  376.           Top = 74
  377.           Width = 105
  378.           Height = 21
  379.           TabOrder = 3
  380.         end
  381.         object E_SmsProxyPort: TNumberEdit
  382.           Left = 248
  383.           Top = 48
  384.           Width = 89
  385.           Height = 21
  386.           TabOrder = 2
  387.           Text = '0'
  388.           Value = 0
  389.         end
  390.         object E_SmsProxyPassword: TEdit
  391.           Left = 248
  392.           Top = 74
  393.           Width = 89
  394.           Height = 21
  395.           PasswordChar = '*'
  396.           TabOrder = 4
  397.         end
  398.       end
  399.       object cbSmsProxy: TCheckBox
  400.         Left = 16
  401.         Top = 142
  402.         Width = 161
  403.         Height = 17
  404.         Caption = 'S&MS Proxy Server'
  405.         TabOrder = 2
  406.         OnClick = cbSmsProxyClick
  407.       end
  408.     end
  409.     object TSExpress: TTabSheet
  410.       Caption = 'Mail Express'
  411.       ImageIndex = 2
  412.       object GroupBox2: TGroupBox
  413.         Left = 12
  414.         Top = 16
  415.         Width = 349
  416.         Height = 81
  417.         Caption = 'Name Server (DNS) for looking up mail host'
  418.         TabOrder = 0
  419.         object Label2: TLabel
  420.           Left = 24
  421.           Top = 24
  422.           Width = 74
  423.           Height = 13
  424.           Caption = 'Name Server &1:'
  425.           FocusControl = E_NS1
  426.         end
  427.         object Label3: TLabel
  428.           Left = 24
  429.           Top = 48
  430.           Width = 74
  431.           Height = 13
  432.           Caption = 'Name Server &2:'
  433.           FocusControl = E_NS2
  434.         end
  435.         object E_NS1: TMaskEdit
  436.           Left = 107
  437.           Top = 21
  438.           Width = 94
  439.           Height = 21
  440.           EditMask = '999\.999\.999\.999;1; '
  441.           ImeMode = imAlpha
  442.           MaxLength = 15
  443.           TabOrder = 0
  444.           Text = '   .   .   .   '
  445.         end
  446.         object E_NS2: TMaskEdit
  447.           Left = 107
  448.           Top = 45
  449.           Width = 94
  450.           Height = 21
  451.           EditMask = '999\.999\.999\.999;1; '
  452.           MaxLength = 15
  453.           TabOrder = 1
  454.           Text = '   .   .   .   '
  455.         end
  456.       end
  457.       object CB_Notify: TCheckBox
  458.         Left = 12
  459.         Top = 112
  460.         Width = 313
  461.         Height = 17
  462.         Caption = '&Notify me when a message is sent successfully'
  463.         TabOrder = 1
  464.       end
  465.     end
  466.     object TabSheet1: TTabSheet
  467.       Caption = 'Message Icon'
  468.       ImageIndex = 3
  469.       object Label4: TLabel
  470.         Left = 28
  471.         Top = 32
  472.         Width = 91
  473.         Height = 13
  474.         Caption = '(divided by comma)'
  475.       end
  476.       object Label5: TLabel
  477.         Left = 28
  478.         Top = 152
  479.         Width = 91
  480.         Height = 13
  481.         Caption = '(divided by comma)'
  482.       end
  483.       object rbForbidAll: TRadioButton
  484.         Left = 12
  485.         Top = 12
  486.         Width = 313
  487.         Height = 17
  488.         Caption = 'Show user icon &ONLY from following addresses'
  489.         TabOrder = 0
  490.       end
  491.       object rbAllowAll: TRadioButton
  492.         Left = 12
  493.         Top = 132
  494.         Width = 313
  495.         Height = 17
  496.         Caption = 'Show user icon &EXCEPT from following addresses'
  497.         TabOrder = 1
  498.       end
  499.       object mmAllowAddr: TMemo
  500.         Left = 12
  501.         Top = 48
  502.         Width = 349
  503.         Height = 73
  504.         ScrollBars = ssVertical
  505.         TabOrder = 2
  506.       end
  507.       object mmForbidAddr: TMemo
  508.         Left = 12
  509.         Top = 168
  510.         Width = 349
  511.         Height = 73
  512.         ScrollBars = ssVertical
  513.         TabOrder = 3
  514.       end
  515.     end
  516.     object TS_Receipts: TTabSheet
  517.       Caption = 'Receipts'
  518.       ImageIndex = 5
  519.       object grbRequestReceipt: TGroupBox
  520.         Left = 16
  521.         Top = 16
  522.         Width = 345
  523.         Height = 113
  524.         Caption = 'Requesting Read Receipts'
  525.         TabOrder = 0
  526.         object lblTips: TLabel
  527.           Left = 32
  528.           Top = 48
  529.           Width = 297
  530.           Height = 57
  531.           AutoSize = False
  532.           Caption = 
  533.             'You can request receipts for all sent messages by checking the a' +
  534.             'bove check box or only request receipt for current out going mes' +
  535.             'sage by clicking Option/Request Read Receipt on Compose window.'
  536.           WordWrap = True
  537.         end
  538.         object CHK_RequestReceipt: TCheckBox
  539.           Left = 16
  540.           Top = 24
  541.           Width = 313
  542.           Height = 17
  543.           Caption = '&Request a read receipt for all sent messages'
  544.           TabOrder = 0
  545.         end
  546.       end
  547.       object rdgReturnReceipt: TRadioGroup
  548.         Left = 16
  549.         Top = 144
  550.         Width = 345
  551.         Height = 105
  552.         Caption = 'Returning Read Receipts'
  553.         TabOrder = 1
  554.       end
  555.       object rdbNotify: TRadioButton
  556.         Left = 32
  557.         Top = 168
  558.         Width = 273
  559.         Height = 17
  560.         Caption = '&Notify me for each read receipt request'
  561.         TabOrder = 2
  562.       end
  563.       object rdbAutoSend: TRadioButton
  564.         Left = 32
  565.         Top = 192
  566.         Width = 273
  567.         Height = 17
  568.         Caption = '&Always send a read receipt'
  569.         TabOrder = 3
  570.       end
  571.       object rdbNeverSend: TRadioButton
  572.         Left = 32
  573.         Top = 216
  574.         Width = 273
  575.         Height = 17
  576.         Caption = 'N&ever send a read receipt'
  577.         TabOrder = 4
  578.       end
  579.     end
  580.   end
  581.   object BtnOk: TButton
  582.     Left = 224
  583.     Top = 336
  584.     Width = 75
  585.     Height = 22
  586.     Caption = 'OK'
  587.     Default = True
  588.     ModalResult = 1
  589.     TabOrder = 1
  590.     OnClick = BtnOkClick
  591.   end
  592.   object BtnCancel: TButton
  593.     Left = 308
  594.     Top = 336
  595.     Width = 75
  596.     Height = 22
  597.     Cancel = True
  598.     Caption = 'Cancel'
  599.     ModalResult = 2
  600.     TabOrder = 2
  601.   end
  602.   object Language: TLanguage
  603.     LangCenter = DM_Language.LangCenter
  604.     Left = 176
  605.     Top = 336
  606.   end
  607. end
  608.